From: Debian Science Maintainers Date: Fri, 13 Feb 2026 14:01:49 +0000 (+0100) Subject: Fix dpotrf result on loong64 with la464 kernel X-Git-Tag: archive/raspbian/0.3.31+ds-3+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:mocancezar%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22mailto:mocancezar%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=d4a5d8a43b0e826095adefd2414275bc2f9d211d;p=openblas.git Fix dpotrf result on loong64 with la464 kernel Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/4001d7a74f7866bdcd8855caca62436ca7bc45ee Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5602 Bug-Debian: https://bugs.debian.org/1126103 Last-Update: 2026-02-03 Last-Update: 2026-02-03 Gbp-Pq: Name loong64-dpotrf.patch --- diff --git a/kernel/setparam-ref.c b/kernel/setparam-ref.c index 24bd81a..51981c6 100644 --- a/kernel/setparam-ref.c +++ b/kernel/setparam-ref.c @@ -1194,7 +1194,7 @@ static void init_parameter(void) { TABLE_NAME.dgemm_p = 112; TABLE_NAME.dgemm_q = 289; - TABLE_NAME.dgemm_r = 342; + TABLE_NAME.dgemm_r = 353; TABLE_NAME.cgemm_p = 128; TABLE_NAME.cgemm_q = 256;